Xbasic

SQL::RowSnapshotInsertData Method

Syntax

L InsertData (Column as SQL::ColumnValue [, InsertBefore as N = 1 ] )

Arguments

ColumnSQL::ColumnValue

A SQL::ColumnValue that specifies the value and name of the column to insert.

InsertBeforeNumeric

Optional. Default value is 1. Specifies what row to insert the column before.

Description

Inserts a column value into the data collection just prior to the row specified by the argument named InsertBefore.

Discussion

Returns true if the column was inserted and false if there was an error.